crypto/tls.echServerContext.ciphersuite (field)

3 uses

	crypto/tls (current package)
		ech.go#L634: 			ciphersuite: echCiphersuite,
		handshake_server_tls13.go#L35: 	ciphersuite echCipher
		handshake_server_tls13.go#L622: 			if echCiphersuite != hs.echContext.ciphersuite || configID != hs.echContext.configID || len(encap) != 0 {